projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b86dab
)
Copy hint on a dupe.
author
robertl
<robertl>
Sat, 23 Jul 2005 05:07:10 +0000
(
05:07
+0000)
committer
robertl
<robertl>
Sat, 23 Jul 2005 05:07:10 +0000
(
05:07
+0000)
waypt.c
patch
|
blob
|
history
diff --git
a/waypt.c
b/waypt.c
index 6fa26d4e021a5f854c0ff09d196baa9c5bf13265..04d244b08e94233caa51c02363599272234bc787 100644
(file)
--- a/
waypt.c
+++ b/
waypt.c
@@
-66,6
+66,9
@@
waypt_dupe(const waypoint *wpt)
if (wpt->gc_data.placer) {
tmp->gc_data.placer = xstrdup(wpt->gc_data.placer);
}
+ if (wpt->gc_data.hint) {
+ tmp->gc_data.hint = xstrdup(wpt->gc_data.hint);
+ }
/*
* It's important that this duplicated waypoint not appear